home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Visual Database / IShield for Visual C++ 6.0 / DATA1.CAB / Include_Files / SDPRODCT.RUL < prev    next >
Encoding:
Text File  |  1997-11-20  |  1.8 KB  |  32 lines

  1.  
  2.  /*=======================================================================*/
  3.  /*                                                                       */
  4.  /*           (c) InstallShield Software Corporation (1996-1997)          */
  5.  /*            (c)  InstallShield Corporation  (1990-1996)                */
  6.  /*                       Schaumburg, Illinois 60173                      */
  7.  /*                          All Rights Reserved                          */
  8.  /*                           InstallShield (R)                           */
  9.  /*                                                                       */
  10.  /*   File    : sdprodct.rul                                              */
  11.  /*                                                                       */
  12.  /*   Purpose : This file contains the code for the SdProductName         */
  13.  /*             script dialog function.                                   */
  14.  /*                                                                       */
  15.  /*=======================================================================*/
  16.  
  17.  /*------------------------------------------------------------------------*/
  18.  /*                                                                        */
  19.  /*   Function: SdProductName                                              */
  20.  /*                                                                        */
  21.  /*   Descrip:  This dialog will steup the product name.                   */
  22.  /*   Misc:                                                                */
  23.  /*                                                                        */
  24.  /*------------------------------------------------------------------------*/
  25. function SdProductName( szProductName )
  26.         begin
  27.  
  28.            szSdProduct = szProductName;
  29.  
  30.         end;
  31.  
  32.